-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sdk-coin-avaxp): add avaxp new SDK #4361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments:
- Browser tests won't pass due to cypress
- Changing min version to node 18 is a breaking change, you need to add the appropriate footer tag for this
I already did both in my node 16 PR, please rebate off of mine.
#4119
Amazing thanks! |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
837b3c7
to
acee038
Compare
modules/sdk-coin-avaxp/src/lib/permissionlessValidatorTxBuilder.ts
Outdated
Show resolved
Hide resolved
modules/sdk-coin-avaxp/src/lib/permissionlessValidatorTxBuilder.ts
Outdated
Show resolved
Hide resolved
cb41794
to
b7fdba2
Compare
58ecbcf
to
6d26127
Compare
Looks like |
Honestly not 100% sure why, but upgrading cypress fixed it for me. https://bitgo.slack.com/archives/C010AEXLLCR/p1711229931703669 They work now because this PR is rebased off of my node 16 deprecation PR. |
@zahin-mohammad When you merge your PR to remove 16, update the readme too |
Ah must have missed it, good catch. |
|
f0c3a47
to
8c86665
Compare
new AVAX library minimum node version is node 20.11.1 https://github.com/ava-labs/avalanchejs this repo supports both node 18 and node 20 this PR uses a forked version of the avax library that supports node 18 https://www.npmjs.com/package/bitgo-aaron-avalanchejs?activeTab=readme TICKET: CR-1073
In TypeScript 4.4 error objects changed from `any` to `unknown`. Rather than fix this, this change ignores it. Ticket: VL-1844
Exising code cast one object as another; the type might be wrong but I'm not a SME. Casting `as unknown` to suppress TypeScript errors. Ticket: VL-1844
8c86665
to
abe6595
Compare
CR-1073
TICKET: CR-1073